home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / SoundController.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  1.1 KB  |  92 lines

  1. SoundMeter = {
  2.     ACTIONS = {
  3.     stop:;
  4.     run:;
  5.     };
  6.     OUTLETS = {
  7.     sound;
  8.     };
  9.     SUPERCLASS = View;
  10. };
  11. FirstResponder = {
  12.     ACTIONS = {
  13.     };
  14.     SUPERCLASS = Object;
  15. };
  16. ScrollingSound = {
  17.     ACTIONS = {
  18.     play:;
  19.     record:;
  20.     stop:;
  21.     };
  22.     SUPERCLASS = ScrollView;
  23. };
  24. SoundController = {
  25.     ACTIONS = {
  26.     didRecord:;
  27.     willPlay:;
  28.     open:;
  29.     hadError:;
  30.     didPlay:;
  31.     save:;
  32.     saveAs:;
  33.     stop:;
  34.     appDidBecomeActive:;
  35.     record:;
  36.     load:;
  37.     orderFrontSoundEditorPanel:;
  38.     windowDidMiniaturize:;
  39.     insertSoundIntoRecord:;
  40.     revertToSaved:;
  41.     new:;
  42.     appDidHide:;
  43.     willRecord:;
  44.     toggleSoundViewVisible:;
  45.     windowDidBecomeMain:;
  46.     play:;
  47.     windowWillClose:;
  48.     windowDidResignMain:;
  49.     };
  50.     OUTLETS = {
  51.     meter;
  52.     insertButton;
  53.     stopButton;
  54.     controlPanel;
  55.     playButton;
  56.     view;
  57.     currentDocument;
  58.     controlSuperview;
  59.     pauseButton;
  60.     editButton;
  61.     window;
  62.     scrollingSound;
  63.     recordButton;
  64.     };
  65.     SUPERCLASS = Object;
  66. };
  67. SoundView = {
  68.     ACTIONS = {
  69.     didRecord:;
  70.     willPlay:;
  71.     resume:;
  72.     pause:;
  73.     hadError:;
  74.     didPlay:;
  75.     delete:;
  76.     stop:;
  77.     record:;
  78.     copy:;
  79.     selectAll:;
  80.     paste:;
  81.     willRecord:;
  82.     play:;
  83.     cut:;
  84.     };
  85.     OUTLETS = {
  86.     delegate;
  87.     reduction;
  88.     sound;
  89.     };
  90.     SUPERCLASS = View;
  91. };
  92.